const math/rand.rngMax

2 uses

	math/rand (current package)
		rng.go#L17: 	rngMax   = 1 << 63
		rng.go#L18: 	rngMask  = rngMax - 1